runtime.mstats.stacks_sys (field)
7 uses
runtime (current package)
metrics.go#L722: a.stacksSys = memstats.stacks_sys.load()
mstats.go#L20: stacks_sys sysMemStat // only counts newosproc0 stack in mstats; differs from MemStats.StackSys
mstats.go#L439: memstats.stacks_sys.load() + memstats.mspan_sys.load() + memstats.mcache_sys.load() +
mstats.go#L538: stats.StackSys = stackInUse + memstats.stacks_sys.load()
os_linux.go#L207: stack := sysAlloc(stacksize, &memstats.stacks_sys, "OS thread stack")
stack.go#L361: v := sysAlloc(uintptr(n), &memstats.stacks_sys, "goroutine stack (system)")
stack.go#L481: sysFree(v, n, &memstats.stacks_sys)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |